Searched refs:ScalarMatrix (Results 1 – 3 of 3) sorted by relevance
/external/eigen/test/ |
D | nullary.cpp | 144 typedef Matrix<Scalar,1,1> ScalarMatrix; in testVectorType() typedef 145 ScalarMatrix scalar; in testVectorType() 147 VERIFY_IS_APPROX( scalar, ScalarMatrix::Constant(high) ); in testVectorType() 148 VERIFY_IS_APPROX( ScalarMatrix::LinSpaced(1,low,high), ScalarMatrix::Constant(high) ); in testVectorType()
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLUImpl.h | 25 typedef Matrix<Scalar,Dynamic,Dynamic,ColMajor> ScalarMatrix; typedef 26 typedef Map<ScalarMatrix, 0, OuterStride<> > MappedMatrixBlock;
|
D | SparseLU_panel_bmod.h | 105 … Map<ScalarMatrix, Aligned, OuterStride<> > U(tempv.data(), u_rows, u_cols, OuterStride<>(ldu)); in panel_bmod()
|