OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
LinearMap< T, N > Member List

This is the complete list of members for LinearMap< T, N >, including all inherited members.

constantTerm(const FVector< T, N > &P) constLinearMap< T, N >
constantTerm() constLinearMap< T, N >
dataLinearMap< T, N >protected
get(std::istream &is)LinearMap< T, N >
getComponent(int n) constLinearMap< T, N >
identity()LinearMap< T, N >
inverse() constLinearMap< T, N >
LinearMap()LinearMap< T, N >
LinearMap(const FVps< T, N > &rhs)LinearMap< T, N >explicit
LinearMap(const FMatrix< T, N, N > &M)LinearMap< T, N >explicit
LinearMap(const FVector< T, N > &V)LinearMap< T, N >explicit
linearTerms() constLinearMap< T, N >
operator*=(const LinearFun< T, N > &rhs)LinearMap< T, N >
operator*=(const T &rhs)LinearMap< T, N >
operator+() constLinearMap< T, N >
operator+=(const LinearMap &rhs)LinearMap< T, N >
operator+=(const FVector< T, N > &)LinearMap< T, N >
operator-() constLinearMap< T, N >
operator-=(const LinearMap &rhs)LinearMap< T, N >
operator-=(const FVector< T, N > &)LinearMap< T, N >
operator/=(const LinearFun< T, N > &rhs)LinearMap< T, N >
operator/=(const T &rhs)LinearMap< T, N >
operator[](int)LinearMap< T, N >inline
operator[](int) constLinearMap< T, N >inline
put(std::ostream &os) constLinearMap< T, N >
setComponent(int, const LinearFun< T, N > &)LinearMap< T, N >
substitute(const FMatrix< T, N, N > &rhs) constLinearMap< T, N >
substitute(const LinearMap &rhs) constLinearMap< T, N >
substituteInto(const FMatrix< T, N, N > &lhs) constLinearMap< T, N >