elynx-tools-0.0.1: Tools for ELynx.

Copyright(c) Dominik Schrempf 2019
LicenseGPL-3
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

ELynx.Tools.LinearAlgebra

Contents

Description

Creation date: Thu Feb 14 13:33:13 2019.

Tools for matrices from LinearAlgebra.

Synopsis

Matrices.

matrixSeparateSymSkew :: Matrix R -> (Matrix R, Matrix R) Source #

Separate a square matrix into a symmetric and a skew-symmetric matrix.

matrixSetDiagToZero :: Matrix R -> Matrix R Source #

Set the diagonal entries of a matrix to zero.

dispv :: Int -> Vector R -> String Source #

Display a vector with given precision.

dispm :: Int -> Matrix R -> String Source #

Display a matrix with given precision.

dispmi :: Int -> Int -> Matrix R -> String Source #

Display a matrix with given precision and indent.