HomeSort by relevance Sort by last modified time
    Searched defs:lda (Results 1 - 3 of 3) sorted by null

  /external/eigen/bench/
bench_gemm.cpp 48 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); local
51 const_cast<float*>(a.data()),&lda,
59 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); local
62 const_cast<double*>(a.data()),&lda,
70 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); local
73 const_cast<float*>((const float*)a.data()),&lda,
81 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); local
84 const_cast<double*>((const double*)a.data()),&lda,
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 114 union {int nnz;int lda;}; member in union:Eigen::SluMatrix::__anon19753::__anon19754
162 res.storage.lda = MatrixType::IsVectorAtCompileTime ? mat.size() : mat.outerStride();
219 res.storage.lda = mat.outerStride();
408 m_sluB.storage.lda = size;
  /external/opencv/cxcore/src/
cxmatmul.cpp 1043 int lda, ldb, ldd; local
    [all...]

Completed in 2721 milliseconds