|
typedef ord_type | ordinal_type |
|
typedef val_type | value_type |
|
typedef
Teuchos::SerialDenseVector
< ordinal_type, value_type > | vector_type |
|
|
| WeightedVectorSpace (const vector_type &weights) |
|
vector_type | create_vector () const |
|
value_type | inner_product (const vector_type &u, const vector_type &v) const |
|
void | add2 (const value_type &a, const vector_type &u1, const value_type &b, const vector_type &u2, vector_type &v) const |
|
void | add3 (const value_type &a, const vector_type &u1, const value_type &b, const vector_type &u2, const value_type &c, const vector_type &u3, vector_type &v) const |
|
|
const vector_type & | w |
|
ordinal_type | n |
|
The documentation for this class was generated from the following file: