GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <algorithm>
#include "Array.h"
#include "dim-vector.h"
#include "lo-error.h"
#include "bsxfun-defs.cc"
Go to the source code of this file.
Functions | |
bool | is_valid_bsxfun (const std::string &name, const dim_vector &dx, const dim_vector &dy) |
bool | is_valid_inplace_bsxfun (const std::string &name, const dim_vector &dr, const dim_vector &dx) |
|
inline |
Definition at line 36 of file bsxfun.h.
References dim_vector::length(), and min().
Referenced by binmap(), do_mm_binary_op(), and elem_xpow().
|
inline |
Definition at line 59 of file bsxfun.h.
References dim_vector::length().
Referenced by do_mm_inplace_op().