Searched refs:othersize (Results 1 - 4 of 4) sorted by relevance

/external/eigen/test/
H A Dproduct_mmtr.cpp27 DenseIndex othersize = internal::random<DenseIndex>(1,200); local
33 MatrixColMaj soc(size,othersize); soc.setRandom();
34 MatrixColMaj osc(othersize,size); osc.setRandom();
35 MatrixRowMaj sor(size,othersize); sor.setRandom();
36 MatrixRowMaj osr(othersize,size); osr.setRandom();
H A Dproduct_symm.cpp12 template<typename Scalar, int Size, int OtherSize> void symm(int size = Size, int othersize = OtherSize)
31 Rhs1 rhs1 = Rhs1::Random(cols, othersize), rhs12(cols, othersize), rhs13(cols, othersize);
32 Rhs2 rhs2 = Rhs2::Random(othersize, rows), rhs22(othersize, rows), rhs23(othersize, rows);
33 Rhs3 rhs3 = Rhs3::Random(cols, othersize), rhs32(cols, othersize), rhs33(cols, othersize);
[all...]
/external/eigen/Eigen/src/Core/
H A DSolveTriangular.h94 const Index othersize = Side==OnTheLeft? rhs.cols() : rhs.rows(); local
103 ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.outerStride(), blocking);
H A DPlainObjectBase.h298 const Index othersize = other.rows()*other.cols(); local
302 resize(1, othersize);
307 resize(othersize, 1);

Completed in 95 milliseconds