Public Member Functions | Public Attributes
AISNavigation::SparseMatrixEntry Struct Reference

#include <csparse_helper.h>

List of all members.

Public Member Functions

bool operator< (const SparseMatrixEntry &se) const
bool operator< (const SparseMatrixEntry &se) const
void set (int r, int c, double x)
void set (int r, int c, double x)
 SparseMatrixEntry (int r=-1, int c=-1, double x=0.)
 SparseMatrixEntry (int r=-1, int c=-1, double x=0.)

Public Attributes

int _c
int _r
double _x

Detailed Description

Definition at line 28 of file include/hogman_minimal/graph_optimizer_hogman/csparse_helper.h.


Constructor & Destructor Documentation

AISNavigation::SparseMatrixEntry::SparseMatrixEntry ( int  r = -1,
int  c = -1,
double  x = 0. 
) [inline]
AISNavigation::SparseMatrixEntry::SparseMatrixEntry ( int  r = -1,
int  c = -1,
double  x = 0. 
) [inline]

Definition at line 29 of file src/graph_optimizer_hogman/csparse_helper.h.


Member Function Documentation

bool AISNavigation::SparseMatrixEntry::operator< ( const SparseMatrixEntry se) const [inline]
bool AISNavigation::SparseMatrixEntry::operator< ( const SparseMatrixEntry se) const [inline]

Definition at line 39 of file src/graph_optimizer_hogman/csparse_helper.h.

void AISNavigation::SparseMatrixEntry::set ( int  r,
int  c,
double  x 
) [inline]

Definition at line 33 of file src/graph_optimizer_hogman/csparse_helper.h.

void AISNavigation::SparseMatrixEntry::set ( int  r,
int  c,
double  x 
) [inline]

Member Data Documentation


The documentation for this struct was generated from the following files:


hogman_minimal
Author(s): Maintained by Juergen Sturm
autogenerated on Mon Oct 6 2014 00:07:00