Main MRPT website > C++ reference for MRPT 1.5.3
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

◆ i

int* cs_sparse::i

◆ m

int cs_sparse::m

◆ n

int cs_sparse::n

◆ nz

int cs_sparse::nz

◆ nzmax

int cs_sparse::nzmax

Definition at line 27 of file cs.h.

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

◆ p

int* cs_sparse::p

◆ x

double* cs_sparse::x



Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Oct 31 07:27:35 UTC 2017