Skip to content
#

linear-algebra

Here are 1,364 public repositories matching this topic...

mankinskin
mankinskin commented Feb 21, 2021

I am trying to move a matrix into an iterator over its rows or columns. row_iter() borrows the matrix, which breaks my usecase:

fn large_f<N, It: Iterator<Item=N>>(matrix_map: impl Fn(Matrix) -> It, mat: Matrix) { ... }

I need a a function that can map a matrix to an iterator for the same operations either on the matrix' rows or columns.

let mat = ...;
large_f(
    |mat

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated Jan 30, 2021
  • PHP

Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.

  • Updated Jan 22, 2021
  • C

Improve this page

Add a description, image, and links to the linear-algebra topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linear-algebra topic, visit your repo's landing page and select "manage topics."

Learn more