..
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
Address unsoundness in the resizing API.
2021-08-03 17:02:42 +02:00
array_storage.rs
Use cust_core instead of cust
2022-05-03 14:41:59 -06:00
blas.rs
Cleanup examples and doc links
2022-05-03 14:41:59 -06: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
Remove the Copy requirement from SimdRealField.
2021-08-04 17:34:25 +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
deny unused_mut and unused_variables
2021-09-25 22:05:31 +03:00
dimension.rs
Use cust_core instead of cust
2022-05-03 14:41:59 -06: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
Cleanup examples and doc links
2022-05-03 14:41:59 -06: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
Use cust_core instead of cust
2022-05-03 14:41:59 -06:00
vec_storage.rs
Remove abomonation support
2022-02-05 17:15:08 -05:00