This website requires JavaScript.
Explore
Help
Sign In
srenblad
/
nalgebra
Watch
1
Star
0
Fork
0
You've already forked nalgebra
forked from
M-Labs/nalgebra
Code
Pull Requests
Activity
39b9d20717
nalgebra
/
src
/
linalg
/
mod.rs
5 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
QR decomposition depends less on DMat internals
2014-05-10 04:14:37 +08:00
Add the types: DVec1, .., DVec6. They are stack-allocated, dynamically sized vectors with a maximum size. This is useful for slicing small matrices, without allocation.
2014-08-16 18:16:26 +08:00
pub
use
self
::
decompositions
::
{
qr
,
eigen_qr
,
householder_matrix
}
;
QR decomposition depends less on DMat internals
2014-05-10 04:14:37 +08:00
mod
decompositions
;
Copy Permalink