
Public Member Functions | |
| LCN (const Scalar &a, const Vector< Scalar > &x) | |
| LCN< Scalar, 1 > | operator- () const |
| Vector< Scalar > | eval () const |
Definition at line 115 of file PlayaLinearCombinationDecl.hpp.
| Playa::LCN< Scalar, 1 >::LCN | ( | const Scalar & | a, | |
| const Vector< Scalar > & | x | |||
| ) | [inline] |
Definition at line 119 of file PlayaLinearCombinationDecl.hpp.
References Playa::LCNBase< Scalar, N >::a_, and Playa::LCNBase< Scalar, N >::x_.
| Vector<Scalar> Playa::LCN< Scalar, 1 >::eval | ( | ) | const [inline, virtual] |
Implements Playa::LCNBase< Scalar, 1 >.
Definition at line 134 of file PlayaLinearCombinationDecl.hpp.
References Playa::LCNBase< Scalar, N >::a_, Playa::Vector< Scalar >::scale(), and Playa::LCNBase< Scalar, N >::x_.
| LCN<Scalar, 1> Playa::LCN< Scalar, 1 >::operator- | ( | ) | const [inline] |
Unary minus
Definition at line 126 of file PlayaLinearCombinationDecl.hpp.
References Playa::LCNBase< Scalar, N >::multiply().