Searched refs:viewAsCholmod (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h52 cholmod_sparse viewAsCholmod(SparseMatrix<_Scalar,_Options,_Index>& mat) function in namespace:Eigen
94 const cholmod_sparse viewAsCholmod(const SparseMatrix<_Scalar,_Options,_Index>& mat) function in namespace:Eigen
96 cholmod_sparse res = viewAsCholmod(mat.const_cast_derived());
103 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<SparseMatrix<_Scalar,_Options,_Index>, UpLo>& mat) function in namespace:Eigen
105 cholmod_sparse res = viewAsCholmod(mat.matrix().const_cast_derived());
116 cholmod_dense viewAsCholmod(MatrixBase<Derived>& mat) function in namespace:Eigen
253 cholmod_sparse A = viewAsCholmod(matrix.template selfadjointView<UpLo>());
271 cholmod_sparse A = viewAsCholmod(matrix.template selfadjointView<UpLo>());
292 cholmod_dense b_cd = viewAsCholmod(b.const_cast_derived());
312 cholmod_sparse b_cs = viewAsCholmod(
[all...]

Completed in 27 milliseconds