nalgebra/src/base
_ c9fa7a35e7 Added try_cast() to Matrix 2022-10-27 19:56:38 +00:00
..
alias.rs Implement the single-allocator-trait approach. 2021-08-02 18:41:46 +02:00
alias_slice.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
allocator.rs Reduce code duplication for allocating a storage from a raw iterator. 2022-07-30 18:06:47 +02:00
array_storage.rs Derive CheckBytes trait on Archive struct 2022-10-13 12:22:45 +00:00
blas.rs Cleanup examples and doc links 2022-03-22 12:03:18 -05:00
blas_uninit.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
cg.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
componentwise.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
constraint.rs Fix some warnings 2021-07-27 19:24:55 -04:00
construction.rs from_row_iterator added 2022-07-30 17:52:04 +02:00
construction_slice.rs Implement the single-allocator-trait approach. 2021-08-02 18:41:46 +02:00
conversion.rs Re-add the conversion from a slice to a static array 2021-11-21 21:47:35 +01:00
coordinates.rs Implement the single-allocator-trait approach. 2021-08-02 18:41:46 +02:00
default_allocator.rs update DefaultAllocator docs to say ArrayStorage instead of GenericArray 2022-08-08 17:48:10 -07:00
dimension.rs Derive CheckBytes trait on Archive struct 2022-10-13 12:22:45 +00:00
edition.rs fix(Matrix): relax T: Zero bound on Matrix::select_rows() and Matrix::select_columns() 2021-12-16 18:50:15 +03:00
helper.rs Make the rand dependency optional. 2021-03-02 12:25:12 +01:00
indexing.rs Fix unsound usize::get_unchecked_mut 2021-10-31 14:27:32 +01:00
interpolation.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
iter.rs Implement the single-allocator-trait approach. 2021-08-02 18:41:46 +02:00
matrix.rs Added try_cast() to Matrix 2022-10-27 19:56:38 +00:00
matrix_simba.rs deny unused_mut and unused_variables 2021-09-25 22:05:31 +03:00
matrix_slice.rs fix linear indexing of matrix slices 2021-10-06 18:02:02 +03:00
min_max.rs Fix some clippy warnings 2021-08-28 12:05:21 -04:00
mod.rs Fix missing docs. 2021-08-03 17:27:15 +02:00
norm.rs Fix some clippy warnings 2021-08-28 12:05:21 -04:00
ops.rs deny unused_mut and unused_variables 2021-09-25 22:05:31 +03:00
properties.rs remove unnecessary `T: Scalar` 2021-09-26 21:07:34 +03:00
scalar.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
statistics.rs Add methods to compute the products of a single matrix components/rows/columns 2021-10-06 10:48:46 +02:00
storage.rs Fix missing docs. 2021-08-03 17:27:15 +02:00
swizzle.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
uninit.rs Fix some clippy warnings 2021-08-28 12:05:21 -04:00
unit.rs Derive CheckBytes trait on Archive struct 2022-10-13 12:22:45 +00:00
vec_storage.rs Remove abomonation support 2022-02-05 17:15:08 -05:00