Main MRPT website > C++ reference for MRPT 1.3.2
List of all members | Public Attributes
cs_sparse Struct Reference

Detailed Description

Definition at line 25 of file cs.h.

#include <mrpt/otherlibs/CSparse/cs.h>

Public Attributes

int nzmax
 
int m
 
int n
 
int * p
 
int * i
 
double * x
 
int nz
 

Member Data Documentation

int* cs_sparse::i
int cs_sparse::m
int cs_sparse::n
int cs_sparse::nz
int cs_sparse::nzmax

Definition at line 27 of file cs.h.

Referenced by mrpt::math::CSparseMatrix::construct_from_mrpt_mat().

int* cs_sparse::p
double* cs_sparse::x



Page generated by Doxygen 1.8.9.1 for MRPT 1.3.2 SVN:Unversioned directory at Tue Dec 8 09:49:21 UTC 2015