muscat
v0.2.0
Pages
Modules
Muscat.Matrix
(muscat v0.2.0)
View Source
Link to this section
Summary
Functions
get_cell(matrix, row, col)
get_col(matrix, col)
get_row(matrix, row)
max_abs_row_in_col(matrix, col)
row_count(matrix)
swap_row(matrix, row1, row2)
update_cell(cell, value_func \\ &(&1))
update_col(matrix, new_cells)
update_row(matrix, new_cells)
Link to this section
Functions
Link to this function
get_cell(matrix, row, col)
View Source
Link to this function
get_col(matrix, col)
View Source
Link to this function
get_row(matrix, row)
View Source
Link to this function
max_abs_row_in_col(matrix, col)
View Source
Link to this function
row_count(matrix)
View Source
Link to this function
swap_row(matrix, row1, row2)
View Source
Link to this function
update_cell(cell, value_func \\ &(&1))
View Source
Link to this function
update_col(matrix, new_cells)
View Source
Link to this function
update_row(matrix, new_cells)
View Source