Home
last modified time | relevance | path

Searched refs:ScalarMatrix (Results 1 – 3 of 3) sorted by relevance

/external/eigen/test/
Dnullary.cpp144 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/
DSparseLUImpl.h25 typedef Matrix<Scalar,Dynamic,Dynamic,ColMajor> ScalarMatrix; typedef
26 typedef Map<ScalarMatrix, 0, OuterStride<> > MappedMatrixBlock;
DSparseLU_panel_bmod.h105 … Map<ScalarMatrix, Aligned, OuterStride<> > U(tempv.data(), u_rows, u_cols, OuterStride<>(ldu)); in panel_bmod()