mathed ~master (2022-05-27T19:57:24.9040539)
Dub
Repo
Matrix.opApply
mathed
types
matrix
Matrix
Iterates matrix without returning any element number.
int
opApply
(int delegate(ref Type) foreach_)
struct
Matrix
(size_t Lines, size_t Cols, Type = float)
@
trusted
int
opApply
(
int
delegate
(
ref
Type
)
foreach_
)
if
(
Lines
> 0 &&
Cols
> 0
)
int
opApply
(int delegate(ref size_t, ref Type) foreach_)
int
opApply
(int delegate(ref size_t, ref size_t, ref Type) foreach_)
Meta
Source
See Implementation
mathed
types
matrix
Matrix
aliases
cols
lines
type
constructors
this
functions
castTo
opApply
opBinary
opBinaryRight
opCast
opIndex
opOpAssign
opUnary
set
toString
properties
identity
t
static functions
diag
Iterates matrix without returning any element number.