OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RhsMap
(Results
1 - 3
of
3
) sorted by null
/external/eigen/blas/
BandTriangularSolver.h
26
typedef Map<Matrix<RhsScalar,Dynamic,1> >
RhsMap
;
31
RhsMap
other(_other,size,1);
62
typedef Map<Matrix<RhsScalar,Dynamic,1> >
RhsMap
;
67
RhsMap
other(_other,size,1);
PackedTriangularMatrixVector.h
61
typedef Map<const Matrix<RhsScalar,Dynamic,1> >
RhsMap
;
62
typedef typename conj_expr_if<ConjRhs,
RhsMap
>::type ConjRhsType;
69
res[i] += alpha * (ConjLhsType(LhsMap(lhs+s,r)).cwiseProduct(ConjRhsType(
RhsMap
(rhs+(IsLower ? 0 : s+i),r)))).sum();
/external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h
47
typedef Map<const Matrix<RhsScalar,Dynamic,1>, 0, InnerStride<> >
RhsMap
;
48
const
RhsMap
rhs(_rhs,cols,InnerStride<>(rhsIncr));
49
typename conj_expr_if<ConjRhs,
RhsMap
>::type cjRhs(rhs);
115
typedef Map<const Matrix<RhsScalar,Dynamic,1> >
RhsMap
;
116
const
RhsMap
rhs(_rhs,cols);
117
typename conj_expr_if<ConjRhs,
RhsMap
>::type cjRhs(rhs);
Completed in 550 milliseconds