MCPcopy Create free account
hub / github.com/andeya/algorithm / ComplexParse

Function ComplexParse

matrix/cdense_string.go:39–72  ·  view source on GitHub ↗

Parse a matlab-style row-major matrix representation eg [a b c; d e f] and return a Matrix. Each element is pair of floats e.g. [(1.0+0i) (0.0+0i); (4-2i) (-1-2i)]

(s string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestCParseFunction · 0.85

Calls 2

parseComplexFunction · 0.85
ComplexMatrixFromTableFunction · 0.85

Tested by 1

TestCParseFunction · 0.68