MCPcopy Create free account
hub / github.com/Axect/Peroxide / csolve

Function csolve

src/complex/matrix.rs:2208–2210  ·  view source on GitHub ↗
(A: &ComplexMatrix, b: &ComplexMatrix, sk: SolveKind)

Source from the content-addressed store, hash-verified

2206
2207#[allow(non_snake_case)]
2208pub fn csolve(A: &ComplexMatrix, b: &ComplexMatrix, sk: SolveKind) -> ComplexMatrix {
2209 A.solve_mat(b, sk)
2210}
2211
2212impl MutMatrix for ComplexMatrix {
2213 type Scalar = C64;

Callers

nothing calls this directly

Calls 1

solve_matMethod · 0.45

Tested by

no test coverage detected