Home
last modified time | relevance | path

Searched defs:ScalarMatrix (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLUImpl.h25 typedef Matrix<Scalar,Dynamic,Dynamic,ColMajor> ScalarMatrix; typedef
/external/eigen/test/
Dnullary.cpp144 typedef Matrix<Scalar,1,1> ScalarMatrix; in testVectorType() typedef