AtheMathmo / rulinalg

A linear algebra library written in Rust

Home Page:https://crates.io/crates/rulinalg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix Operations on Complex Numbers

Ramla-I opened this issue · comments

I want to use rulinalg on Complex Matrices, mainly the svd decomposition. I don't know much about linear algebra so I wanted to know that if I add the required traits to Complex32 numbers such as Float, would I get the right result?