#include <shark/LinAlg/BLAS/assignment.hpp>
Public Member Functions | |
noalias_proxy (C &lval) | |
noalias_proxy (const noalias_proxy &p) | |
template<class E > | |
closure_type & | operator= (const E &e) |
template<class E > | |
closure_type & | operator+= (const E &e) |
template<class E > | |
closure_type & | operator-= (const E &e) |
template<class E > | |
closure_type & | operator*= (const E &e) |
template<class E > | |
closure_type & | operator/= (const E &e) |
closure_type & | operator+= (scalar_type t) |
closure_type & | operator-= (scalar_type t) |
closure_type & | operator*= (scalar_type t) |
closure_type & | operator/= (scalar_type t) |
Definition at line 481 of file assignment.hpp.
|
inline |
Definition at line 486 of file assignment.hpp.
|
inline |
Definition at line 488 of file assignment.hpp.
|
inline |
Definition at line 506 of file assignment.hpp.
References shark::blas::multiply_assign().
|
inline |
Definition at line 526 of file assignment.hpp.
|
inline |
Definition at line 496 of file assignment.hpp.
References shark::blas::plus_assign().
|
inline |
Definition at line 516 of file assignment.hpp.
|
inline |
Definition at line 501 of file assignment.hpp.
References shark::blas::minus_assign().
|
inline |
Definition at line 521 of file assignment.hpp.
|
inline |
Definition at line 511 of file assignment.hpp.
References shark::blas::divide_assign().
|
inline |
Definition at line 531 of file assignment.hpp.
|
inline |
Definition at line 491 of file assignment.hpp.
References shark::blas::assign().