nalgebra/src/base
Benjamin Saunders 0541f13b26 Concise Debug impls
Replace the verbose derived (or nearly equivalent) Debug impls for
several newtypes with explicit impls that forward to the inner type,
making readable diagnostics logging much easier.
2021-09-12 10:56:25 -07:00
..
alias_slice.rs Rename generic parameter N -> T 2021-04-11 13:57:54 +02:00
alias.rs Implement the single-allocator-trait approach. 2021-08-02 18:41:46 +02:00
allocator.rs Address unsoundness in the resizing API. 2021-08-03 17:02:42 +02:00
array_storage.rs More inlining. 2021-08-04 11:19:57 +02:00
blas_uninit.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
blas.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_slice.rs Implement the single-allocator-trait approach. 2021-08-02 18:41:46 +02:00
construction.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
conversion.rs Implement conversion methods for RowDVector 2021-08-26 11:07:00 +02:00
coordinates.rs Implement the single-allocator-trait approach. 2021-08-02 18:41:46 +02:00
default_allocator.rs More inlining. 2021-08-04 11:19:57 +02:00
dimension.rs Implement the single-allocator-trait approach. 2021-08-02 18:41:46 +02:00
edition.rs Fix some clippy warnings 2021-08-28 12:05:21 -04:00
helper.rs Make the rand dependency optional. 2021-03-02 12:25:12 +01:00
indexing.rs Fix some clippy warnings 2021-08-28 12:05:21 -04: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_simba.rs Implement the single-allocator-trait approach. 2021-08-02 18:41:46 +02:00
matrix_slice.rs Implement the single-allocator-trait approach. 2021-08-02 18:41:46 +02:00
matrix.rs Concise Debug impls 2021-09-12 10:56:25 -07: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 Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
properties.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
scalar.rs Remove the Copy requirement from SimdRealField. 2021-08-04 17:34:25 +02:00
statistics.rs Merge pull request #962 from dimforge/non-copy-types 2021-08-08 13:21:39 +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 Concise Debug impls 2021-09-12 10:56:25 -07:00
vec_storage.rs Address unsoundness in the resizing API. 2021-08-03 17:02:42 +02:00