openalgebra 0.0.1

Rust linear algebra library for OpenCL
1
2
3
4
5
6
7
use super::{Decomposable};

pub struct PartialPivLU;

pub struct FullPivLU;

pub struct LDU;