|
Point Cloud Library (PCL) 1.12.1
|
#include <pcl/surface/3rdparty/poisson4/sparse_matrix.h>
Inheritance diagram for pcl::poisson::SparseSymmetricMatrix< T >:
Collaboration diagram for pcl::poisson::SparseSymmetricMatrix< T >:Additional Inherited Members | |
Public Attributes inherited from pcl::poisson::SparseMatrix< T > | |
| int | rows |
| int * | rowSizes |
| MatrixEntry< T > ** | m_ppElements |
Static Public Attributes inherited from pcl::poisson::SparseMatrix< T > | |
| static Allocator< MatrixEntry< T > > | internalAllocator |
Definition at line 145 of file sparse_matrix.h.
| void pcl::poisson::SparseSymmetricMatrix< T >::getDiagonal | ( | Vector< T2 > & | diagonal | ) | const |
Definition at line 961 of file sparse_matrix.hpp.
| void pcl::poisson::SparseSymmetricMatrix< T >::Multiply | ( | const Vector< T2 > & | In, |
| Vector< T2 > & | Out, | ||
| bool | addDCTerm = false ) const |
Definition at line 437 of file sparse_matrix.hpp.
| void pcl::poisson::SparseSymmetricMatrix< T >::Multiply | ( | const Vector< T2 > & | In, |
| Vector< T2 > & | Out, | ||
| MapReduceVector< T2 > & | OutScratch, | ||
| bool | addDCTerm = false ) const |
Definition at line 467 of file sparse_matrix.hpp.
| void pcl::poisson::SparseSymmetricMatrix< T >::Multiply | ( | const Vector< T2 > & | In, |
| Vector< T2 > & | Out, | ||
| std::vector< T2 * > & | OutScratch, | ||
| const std::vector< int > & | bounds ) const |
Definition at line 538 of file sparse_matrix.hpp.
References pcl::ConstCloudIterator< PointT >::size().
| Vector< T2 > pcl::poisson::SparseSymmetricMatrix< T >::Multiply | ( | const Vector< T2 > & | V | ) | const |
Definition at line 421 of file sparse_matrix.hpp.
| Vector< T2 > pcl::poisson::SparseSymmetricMatrix< T >::operator* | ( | const Vector< T2 > & | V | ) | const |
Definition at line 418 of file sparse_matrix.hpp.
References pcl::poisson::Multiply().
|
static |
Definition at line 785 of file sparse_matrix.hpp.
|
static |
Definition at line 848 of file sparse_matrix.hpp.
|
static |
Definition at line 938 of file sparse_matrix.hpp.
|
static |
Definition at line 693 of file sparse_matrix.hpp.
References pcl::poisson::MultiplyAtomic().