#include <BlockSparseMatrix.h>
|
typedef Iterator::value_type | Triplet |
|
◆ Triplet
template<typename Iterator , bool IsColMajor>
◆ operator()()
template<typename Iterator , bool IsColMajor>
97 return ((
a.col() ==
b.col() &&
a.row() <
b.row()) || (
a.col() <
b.col()));
99 return ((
a.row() ==
b.row() &&
a.col() <
b.col()) || (
a.row() <
b.row()));
Scalar * b
Definition: benchVecAdd.cpp:17
const Scalar * a
Definition: level2_cplx_impl.h:32
References a, and b.
The documentation for this struct was generated from the following file: