mldivide
- Slice!(RCI!T, 2) mldivide(Slice!(const(T)*, 2, kindA) a, Slice!(const(T)*, 2, kindB) b)
@safe pure @nogc
Slice!(RCI!T, 2)
mldivide
(
T
SliceKind kindA
SliceKind kindB
)
(Slice!(const(T)*, 2, kindA) a ,Slice!(const(T)*, 2, kindB) b ) if (
isFloatingPoint!T ||
isComplex!T
)
- Slice!(RCI!(Unqual!A), 2) mldivide(Slice!(RCI!A, 2, kindA) a, Slice!(RCI!B, 2, kindB) b)
- Slice!(RCI!(Unqual!A), 1) mldivide(Slice!(RCI!A, 2, kindA) a, Slice!(RCI!B, 1, kindB) b)
- Slice!(RCI!T, 1) mldivide(Slice!(const(T)*, 2, kindA) a, Slice!(const(T)*, 1, kindB) b)
kaleidic lubeck2
enumsfunctionsstructs
Solve systems of linear equations AX = B for X. Computes minimum-norm solution to a linear least squares problem if A is not a square matrix.