#include <MatrixFunctions.hh>
|
template<class Matrix , class Vector > |
static Matrix::value_type | f (const Matrix &lhs, const Vector &rhs, const unsigned int offset) |
|
◆ f()
template<unsigned int I>
template<class Matrix , class
Vector >
static Matrix::value_type meta_col_dot< I >::f |
( |
const Matrix & |
lhs, |
|
|
const Vector & |
rhs, |
|
|
const unsigned int |
offset |
|
) |
| |
|
inlinestatic |
105 {
106 return lhs.apply(Matrix::cols*I+offset) * rhs.apply(I) +
108 }
The documentation for this struct was generated from the following file: