fpnla-0.1.1: A library for NLA operations

Safe HaskellSafe-Inferred

FPNLA.Matrix.Utils

Description

This module defines commonly useful functions that are related specifically with vectors and matrices.

Synopsis

Documentation

print_m :: (Show e, Matrix m e) => m e -> IO ()Source

Prints a matrix to the standard output. This operation requires the elements of the matrix to have an instance of Show but does not requires a Show instance for the matrix data type.