Module pcli::dex_utils::replicate::math_utils

source ยท

Functionsยง

  • gauss_seidel ๐Ÿ”’
    Applies the Gaus-Seidel method to a square matrix A and returns a vector of solutions.
  • lower_triangular ๐Ÿ”’
    Converts a square matrix into a lower triangular matrix.
  • sample_to_upper ๐Ÿ”’
    Sample num_points up to a supplied upper limit.