nalgebra/src/base
Sébastien Crozet 21cc428480
Merge pull request #803 from aweinstock314/no_unsound_assume_init
Propagate `mem::MaybeUninit` through the return types of `Allocator::…
2021-02-25 15:46:49 +01: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 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
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 Move the bytemuck impls to GenericArray and add a transitive impl for matrices. 2021-02-25 14:10:34 +01:00
blas.rs Run cargo fmt. 2021-02-25 13:42:23 +01:00
cg.rs clippy: fix just_underscores_and_digits warnings 2020-11-16 11:04:57 +01: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 clippy: fix ptr_offset_with_cast warnings 2020-11-16 14:59:53 +01:00
construction.rs Change zero_or_uninitialized_generic to unimplemented_or_uninitialized_generic, and use it instead of manually dispatching on feature=no_unsound_assume_init in functions without N: Zero. 2021-02-25 13:42:23 +01:00
conversion.rs Fix compilation when the mint or alga features are enabled. 2021-02-25 14:30:04 +01: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 Run cargo fmt. 2021-02-25 13:42:23 +01:00
dimension.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
edition.rs Run cargo fmt. 2021-02-25 13:42:23 +01:00
helper.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
indexing.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01: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_alga.rs Fix compilation when the mint or alga features are enabled. 2021-02-25 14:30:04 +01:00
matrix_simba.rs Add DVector::from(Vec). 2020-11-19 16:28:06 +01:00
matrix_slice.rs clippy: fix redundant_field_names warnings 2020-11-16 11:04:56 +01:00
matrix.rs Merge pull request #803 from aweinstock314/no_unsound_assume_init 2021-02-25 15:46:49 +01:00
min_max.rs clippy: fix or_fun_call warnings 2020-11-19 11:43:08 +01:00
mod.rs Run cargo fmt. 2021-02-25 13:42:23 +01:00
norm.rs Add a method to cap the magnitude of a vector. 2021-02-22 14:26:40 +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 Run cargo fmt. 2021-02-25 13:42:23 +01:00
storage.rs clippy: fix ptr_offset_with_cast warnings 2020-11-19 11:56:58 +01:00
swizzle.rs Add sections for most Matrix methods. 2020-11-15 16:57:49 +01: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