mathed ~master (2022-05-27T19:57:24.9040539)
Dub
Repo
Matrix.opUnary
mathed
types
matrix
Matrix
Inverses matrix sign
struct
Matrix
(size_t Lines, size_t Cols, Type = float)
@
trusted
pure nothrow
auto
opUnary
(
string
op
)
(
)
if
(
op
== "-"
)
if
(
Lines
> 0 &&
Cols
> 0
)
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
Inverses matrix sign