#include <rtkMatlabSparseMatrix.h>
|
| template<class TOutputImage > |
| | MatlabSparseMatrix (const vnl_sparse_matrix< double > &sparseMatrix, TOutputImage *output) |
| |
| void | Print () |
| |
| void | Save (std::ostream &out) |
| |
sparse matrix in Matlab format Initilaize it with vnl_sparse_matrix Save it into .mat format
Definition at line 34 of file rtkMatlabSparseMatrix.h.
◆ MatlabSparseMatrix()
template<class TOutputImage >
| rtk::MatlabSparseMatrix::MatlabSparseMatrix |
( |
const vnl_sparse_matrix< double > & |
sparseMatrix, |
|
|
TOutputImage * |
output |
|
) |
| |
◆ Print()
| void rtk::MatlabSparseMatrix::Print |
( |
| ) |
|
◆ Save()
| void rtk::MatlabSparseMatrix::Save |
( |
std::ostream & |
out | ) |
|
◆ m_MatlabSparseMatrix
The documentation for this class was generated from the following file: