![]() |
waves
Basic FE playground
|
#include <tMatrix.h>
Public Member Functions | |
tVector () | |
T & | operator() (int row) |
tVector | operator+ (tVector rhs) |
void | operator+= (tVector rhs) |
T | dotproduct (tVector rhs) |
template<class U > | |
Sacado::Promote< T, U >::type | dotproduct (tVector< U, rows > rhs) |
tMatrix< T, rows, rows > | ddotproduct (tVector rhs) |
void | print () |
void | clean () |
Private Member Functions | |
int | getRows () |
Private Attributes | |
T | data [rows] |
int | numRows = rows |
|
inline |
tMatrix< T, rows, rows > tVector< T, rows >::ddotproduct | ( | tVector< T, rows > | rhs | ) |
Sacado::Promote< T, U >::type tVector< T, rows >::dotproduct | ( | tVector< U, rows > | rhs | ) |
|
inlineprivate |
T & tVector< T, rows >::operator() | ( | int | row | ) |
tVector< T, rows > tVector< T, rows >::operator+ | ( | tVector< T, rows > | rhs | ) |
void tVector< T, rows >::print |
|
private |
|
private |