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

/external/eigen/test/
H A Dproduct_mmtr.cpp33 DenseIndex othersize = internal::random<DenseIndex>(1,200); local
39 MatrixColMaj soc(size,othersize); soc.setRandom();
40 MatrixColMaj osc(othersize,size); osc.setRandom();
41 MatrixRowMaj sor(size,othersize); sor.setRandom();
42 MatrixRowMaj osr(othersize,size); osr.setRandom();
/external/eigen/Eigen/src/Core/
H A DSolveTriangular.h93 const Index othersize = Side==OnTheLeft? rhs.cols() : rhs.rows(); local
102 ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.outerStride(), blocking);
H A DPlainObjectBase.h366 const Index othersize = other.rows()*other.cols(); local
370 resize(1, othersize);
375 resize(othersize, 1);
/external/python/cpython2/Objects/
H A Dbufferobject.c667 Py_ssize_t othersize; local
707 if ((othersize = (*pb->bf_getreadbuffer)(value, 0, &ptr2)) < 0)
710 if (othersize != slicelength) {

Completed in 187 milliseconds