Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_Lanczos.hpp>
Public Types | |
typedef ord_type | ordinal_type |
typedef val_type | value_type |
typedef Teuchos::SerialDenseVector < ordinal_type, value_type > | vector_type |
Public Member Functions | |
WeightedVectorSpace (const vector_type &weights) | |
~WeightedVectorSpace () | |
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 |
Protected Attributes | |
const vector_type & | w |
ordinal_type | n |
Definition at line 21 of file Stokhos_Lanczos.hpp.
typedef ord_type Stokhos::WeightedVectorSpace< ord_type, val_type >::ordinal_type |
Definition at line 23 of file Stokhos_Lanczos.hpp.
typedef val_type Stokhos::WeightedVectorSpace< ord_type, val_type >::value_type |
Definition at line 24 of file Stokhos_Lanczos.hpp.
typedef Teuchos::SerialDenseVector<ordinal_type, value_type> Stokhos::WeightedVectorSpace< ord_type, val_type >::vector_type |
Definition at line 25 of file Stokhos_Lanczos.hpp.
|
inline |
Definition at line 27 of file Stokhos_Lanczos.hpp.
|
inline |
Definition at line 33 of file Stokhos_Lanczos.hpp.
|
inline |
Definition at line 35 of file Stokhos_Lanczos.hpp.
|
inline |
Definition at line 38 of file Stokhos_Lanczos.hpp.
|
inline |
Definition at line 46 of file Stokhos_Lanczos.hpp.
|
inline |
Definition at line 53 of file Stokhos_Lanczos.hpp.
|
protected |
Definition at line 62 of file Stokhos_Lanczos.hpp.
|
protected |
Definition at line 63 of file Stokhos_Lanczos.hpp.