Home
last modified time | relevance | path

Searched refs:from_fn_generic (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/base/
H A Dconstruction.rs102 pub fn from_fn_generic<F>(nrows: R, ncols: C, mut f: F) -> Self in from_fn_generic() function
196 Self::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |i, j| { in from_rows()
236 Self::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |i, j| { in from_columns()
246 Self::from_fn_generic(nrows, ncols, |_, _| rand::random()) in new_random_generic()
258 Self::from_fn_generic(nrows, ncols, |_, _| distribution.sample(rng)) in from_distribution_generic()
472 Self::from_fn_generic($($gargs, )* f)
773 MatrixMN::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |_, _| rng.gen()) in sample()
791 Self::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |_, _| { in arbitrary()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/base/
H A Dconstruction.rs102 pub fn from_fn_generic<F>(nrows: R, ncols: C, mut f: F) -> Self in from_fn_generic() function
196 Self::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |i, j| { in from_rows()
236 Self::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |i, j| { in from_columns()
246 Self::from_fn_generic(nrows, ncols, |_, _| rand::random()) in new_random_generic()
258 Self::from_fn_generic(nrows, ncols, |_, _| distribution.sample(rng)) in from_distribution_generic()
472 Self::from_fn_generic($($gargs, )* f)
773 MatrixMN::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |_, _| rng.gen()) in sample()
791 Self::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |_, _| { in arbitrary()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/base/
H A Dconstruction.rs126 pub fn from_fn_generic<F>(nrows: R, ncols: C, mut f: F) -> Self in from_fn_generic() function
233 Self::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |i, j| { in from_rows()
275 Self::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |i, j| { in from_columns()
288 Self::from_fn_generic(nrows, ncols, |_, _| rng.gen()) in new_random_generic()
300 Self::from_fn_generic(nrows, ncols, |_, _| distribution.sample(rng)) in from_distribution_generic()
507 Self::from_fn_generic($($gargs, )* f)
826 OMatrix::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |_, _| rng.gen()) in sample()
844 Self::from_fn_generic(R::from_usize(nrows), C::from_usize(ncols), |_, _| { in arbitrary()
H A Dconversion.rs511 Self::from_fn_generic(nrows, ncols, |i, j| {
528 Self::from_fn_generic(nrows, ncols, |i, j| {
551 Self::from_fn_generic(nrows, ncols, |i, j| {
577 Self::from_fn_generic(nrows, ncols, |i, j| {