Home
last modified time | relevance | path

Searched defs:MatrixQType (Results 1 – 4 of 4) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/
Dqr_fullpivoting.cpp24 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef
Dqr.cpp19 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef
Dqr_colpivoting.cpp25 MatrixQType; in cod() typedef
101 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/QR/
DHouseholderQR.h59 …:Flags&RowMajorBit) ? RowMajor : ColMajor, MaxRowsAtCompileTime, MaxRowsAtCompileTime> MatrixQType; typedef