nalgebra/src/base
2021-04-11 13:53:45 +02:00
..
alias_slice.rs Matrix, vector, isometry, and point aliases documentation: warn that the reader should take a look at the documentation of the aliased type too. 2020-11-20 17:46:03 +01:00
alias.rs First pass to migrate the geometry module to const-generics. 2021-04-11 13:53:45 +02:00
allocator.rs Propagate mem::MaybeUninit through the return types of Allocator::allocate_uninitialized and Matrix::new_uninitialized_generic. 2021-02-25 13:42:23 +01:00
array_storage.rs Replace generic-array with a regular array based on min-const-generics. 2021-04-11 13:53:45 +02:00
blas.rs Replace generic-array with a regular array based on min-const-generics. 2021-04-11 13:53:45 +02:00
cg.rs First pass to migrate the geometry module to const-generics. 2021-04-11 13:53:45 +02:00
componentwise.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
constraint.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
construction_slice.rs Replace generic-array with a regular array based on min-const-generics. 2021-04-11 13:53:45 +02:00
construction.rs Fix compilation after rebase. 2021-04-11 13:53:45 +02:00
conversion.rs Replace generic-array with a regular array based on min-const-generics. 2021-04-11 13:53:45 +02:00
coordinates.rs Move Copy constraint from the definition of Scalar to all its use-sites. 2020-03-02 12:45:37 +01:00
default_allocator.rs Fix compilation after rebase. 2021-04-11 13:53:45 +02:00
dimension.rs First pass to migrate the geometry module to const-generics. 2021-04-11 13:53:45 +02:00
edition.rs Replace generic-array with a regular array based on min-const-generics. 2021-04-11 13:53:45 +02:00
helper.rs Make the rand dependency optional. 2021-03-02 12:25:12 +01:00
indexing.rs Replace generic-array with a regular array based on min-const-generics. 2021-04-11 13:53:45 +02:00
interpolation.rs Add sections to the Unit wrapper documentation 2020-11-21 12:19:04 +01:00
iter.rs Fix inner size 2021-02-25 13:31:16 +01:00
matrix_simba.rs Add DVector::from(Vec). 2020-11-19 16:28:06 +01:00
matrix_slice.rs Replace generic-array with a regular array based on min-const-generics. 2021-04-11 13:53:45 +02:00
matrix.rs Replace generic-array with a regular array based on min-const-generics. 2021-04-11 13:53:45 +02:00
min_max.rs clippy: fix or_fun_call warnings 2020-11-19 11:43:08 +01:00
mod.rs Add conversion from/to glam types + move glam/alga/mint impls to a "third_party" module. 2021-03-06 12:20:38 +01:00
norm.rs Add a SIMD version of cap_magnitude: simd_cap_magnitude. 2021-03-06 19:16:22 +01:00
ops.rs Run cargo fmt. 2021-02-25 13:42:23 +01:00
properties.rs clippy: fix len_without_is_empty warnings 2020-11-19 12:24:26 +01:00
scalar.rs Move Copy constraint from the definition of Scalar to all its use-sites. 2020-03-02 12:45:37 +01:00
statistics.rs Replace generic-array with a regular array based on min-const-generics. 2021-04-11 13:53:45 +02:00
storage.rs clippy: fix ptr_offset_with_cast warnings 2020-11-19 11:56:58 +01:00
swizzle.rs Replace generic-array with a regular array based on min-const-generics. 2021-04-11 13:53:45 +02:00
unit.rs Added bytemuck for Unit and Quaternion. 2021-02-12 15:30:12 -08:00
vec_storage.rs clippy: fix len_without_is_empty warnings 2020-11-19 12:24:26 +01:00