OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toDense
(Results
1 - 4
of
4
) sorted by null
/external/eigen/test/
sparse_vector.cpp
96
VERIFY_IS_APPROX(refV3 = v1.transpose(),v1.
toDense
());
97
VERIFY_IS_APPROX(DenseVector(v1),v1.
toDense
());
sparse_solvers.cpp
88
VERIFY_IS_APPROX(matB.
toDense
(), refMatB);
/external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h
422
Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime>
toDense
() const
430
{ return
toDense
().isApprox(other.
toDense
(),prec); }
435
{ return
toDense
().isApprox(other,prec); }
/external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h
193
Matrix<Scalar, RowsAtCompileTime, ColsAtCompileTime>
toDense
() const {
Completed in 364 milliseconds