nalgebra/src/base
Sébastien Crozet 38add0b00d
Fix potential undoundness with Storage::as_slice and Storage::as_mut_slice (#905)
2021-06-17 09:46:49 +02:00
..
alias.rs Deprecate the MatrixN alias. 2021-04-12 11:15:01 +02:00
alias_slice.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
allocator.rs Deny missing docs again. 2021-04-11 14:36:27 +02:00
array_storage.rs Fix potential undoundness with Storage::as_slice and Storage::as_mut_slice (#905) 2021-06-17 09:46:49 +02:00
blas.rs Fix potential undoundness with Storage::as_slice and Storage::as_mut_slice (#905) 2021-06-17 09:46:49 +02:00
cg.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
componentwise.rs Simplify default `#[must_use]` annotation 2021-06-07 16:34:03 +02:00
constraint.rs Run cargo fmt. 2020-04-05 18:49:48 +02:00
construction.rs Mark small matrix/vector "new" constractors as const-fn. 2021-04-12 09:18:17 +02:00
construction_slice.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
conversion.rs Re-add conversion between arrays and row vectors. 2021-05-06 18:22:04 +02:00
coordinates.rs Don't enable serde by default. 2021-04-12 12:14:16 +02:00
default_allocator.rs Fix potential undoundness with Storage::as_slice and Storage::as_mut_slice (#905) 2021-06-17 09:46:49 +02:00
dimension.rs Move rkyv impls into separate modules 2021-05-09 12:24:07 -04:00
edition.rs Fix potential undoundness with Storage::as_slice and Storage::as_mut_slice (#905) 2021-06-17 09:46:49 +02:00
helper.rs Make the rand dependency optional. 2021-03-02 12:25:12 +01:00
indexing.rs Annotate `get_mut`/`slice`-like functions with `#[must_use]` 2021-06-07 17:15:36 +02:00
interpolation.rs Simplify default `#[must_use]` annotation 2021-06-07 16:34:03 +02:00
iter.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
matrix.rs Annotate `get_mut`/`slice`-like functions with `#[must_use]` 2021-06-07 17:15:36 +02:00
matrix_simba.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
matrix_slice.rs Fix potential undoundness with Storage::as_slice and Storage::as_mut_slice (#905) 2021-06-17 09:46:49 +02:00
min_max.rs Simplify default `#[must_use]` annotation 2021-06-07 16:34:03 +02: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 Normalize `#[must_use]` hints 2021-06-07 16:44:59 +02:00
ops.rs Fix potential undoundness with Storage::as_slice and Storage::as_mut_slice (#905) 2021-06-17 09:46:49 +02:00
properties.rs Simplify default `#[must_use]` annotation 2021-06-07 16:34:03 +02:00
scalar.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
statistics.rs Simplify default `#[must_use]` annotation 2021-06-07 16:34:03 +02:00
storage.rs Fix potential undoundness with Storage::as_slice and Storage::as_mut_slice (#905) 2021-06-17 09:46:49 +02:00
swizzle.rs Simplify default `#[must_use]` annotation 2021-06-07 16:34:03 +02:00
unit.rs Move rkyv impls into separate modules 2021-05-09 12:24:07 -04:00
vec_storage.rs Fix potential undoundness with Storage::as_slice and Storage::as_mut_slice (#905) 2021-06-17 09:46:49 +02:00