#include <boost/multi_array.hpp>
Go to the source code of this file.
|
|
template<int M, int N = M> |
| Expr< vf::detail::Ones< M, N > > | Feel::vf::constant (double value) |
| |
|
template<int M, int N = M> |
| Expr< vf::detail::Ones< M, N > > | Feel::vf::eye () |
| |
|
template<int M, int N = M> |
| Expr< vf::detail::Ones< M, N > > | Feel::vf::Id () |
| |
| template<int M, int N = M> |
| Expr< vf::detail::Ones< M, N > > | Feel::vf::ones () |
| | Return a matrix expression or N-dimensional array whose elements are all 1. More...
|
| |
|
template<int M, int N = M> |
| Expr< vf::detail::Ones< M, N > > | Feel::vf::zero () |
| |