nalgebra/src/core
Sébastien Crozet 1ee8a702ea Fix quadratic form computation.
For the moment only the version that does not make any assumption regarding symmetry is
implemented.
2018-02-03 13:59:05 +01:00
..
alias.rs Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
alias_slice.rs Add matrix slice construction from array slices. 2018-02-03 13:59:05 +01:00
allocator.rs Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
blas.rs Fix quadratic form computation. 2018-02-03 13:59:05 +01:00
cg.rs Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
componentwise.rs Implement serde traits for all linalg structs. 2017-08-15 19:07:18 +02:00
constraint.rs Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
construction.rs Add matrix slice construction from array slices. 2018-02-03 13:59:05 +01:00
construction_slice.rs Add matrix slice construction from array slices. 2018-02-03 13:59:05 +01:00
conversion.rs Mint rebase 2017-10-09 20:22:24 +02:00
coordinates.rs Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
default_allocator.rs Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
dimension.rs Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
edition.rs Move `set_row`, `set_column` from matrix.rs to edition.rs. 2017-08-15 19:07:18 +02:00
helper.rs Complete library rewrite. 2016-12-04 22:47:36 +01:00
iter.rs Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
matrix.rs Remove phantom data from matrix debug output 2018-01-31 19:24:42 +01:00
matrix_alga.rs Fix unused_result lint errors. 2017-08-15 19:07:18 +02:00
matrix_array.rs Merge branch 'master' into abomonation 2017-08-15 19:18:39 +02:00
matrix_slice.rs Add aliases for matrix slices. 2018-02-03 13:59:05 +01:00
matrix_vec.rs Merge branch 'master' into abomonation 2017-08-15 19:18:39 +02:00
mod.rs Add matrix slice construction from array slices. 2018-02-03 13:59:05 +01:00
ops.rs Add symmetric quadratic form computation. 2018-02-03 13:59:05 +01:00
properties.rs Add the most common matrix decompositions. 2017-08-15 19:07:18 +02:00
scalar.rs Add documentation. 2017-08-15 19:07:18 +02:00
storage.rs Deprecate into_owned and clone_owned for Quaternion, UnitQuaternion, and Transform. 2017-08-15 19:07:18 +02:00
unit.rs Implement Abomonation for remaining types 2017-08-14 14:32:02 +02:00