This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
nalgebra
Watch
3
Star
0
Fork
1
You've already forked nalgebra
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bd593a923c
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
;
Reference in New Issue
Copy Permalink