#include <objects.h>
Public Member Functions | |
Constructors | |
Operator (Precision s_, const Vector< S, P, B > &v_, bool inv) | |
Operator members | |
template<int S1, class P1 , class B1 > | |
void | eval (Vector< S1, P1, B1 > &vv) const |
Sized operator members | |
int | size () const |
Public Attributes | |
const Precision | s |
const Vector< S, P, B > & | v |
const bool | invert_v |
For internal use only.
const Precision s |
Scalar to add.
const bool invert_v |
Whether to use + or - v
.