Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/func_generator"

Index

Type aliases

MatrixOrNumber

MatrixOrNumber: util.MatrixOrNumber

Variables

isclose

isclose: function = make_isclose_func_all()

Type declaration

Functions

allclose

isequal

  • isequal(...As: Matrix[]): boolean

isequal_two

isequaln

  • isequaln(...As: Matrix[]): boolean

isequaln_two

make_binary_arith_func

  • make_binary_arith_func(operation: string, a_mat: boolean, b_mat: boolean, dst_klass: string): function

make_binary_arith_func_all

  • make_binary_arith_func_all(operation: string): function

make_compare_func_all

  • make_compare_func_all(operation: string): function

make_isclose_func

  • make_isclose_func(a_mat: boolean, b_mat: boolean): function

make_isclose_func_all

  • make_isclose_func_all(): function

make_unary_arith_func

  • make_unary_arith_func(operation: string, a_mat: boolean, dst_klass: string): function

make_unary_arith_func_all

  • make_unary_arith_func_all(operation: string): function

Generated using TypeDoc