Home
last modified time | relevance | path

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

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