Generated by
Codox
Kigubkur
0.2.0
Project
Index
Topics
Introduction: Matrix representation
Addition of matrices
Scalar multiplication of matrix
Multiplication of matrices
Transpose of a matrix
Namespaces
kigubkur
constants
construct
blocking
colon
insert
merge
pick
reshape
core
datafun
maximum
minimum
sum
dig
index
order
viewer
elfun
ceil
cube
exp
floor
heaviside
logarithm
reciprocal
signum
square
squareroot
elmat
eye
ones
random
zeros
io
readers
writers
matfun
inverse
mod
absolute
changesign
coerce
transpose
op
edivide
epower
etimes
minus
mtimes
plus
pred
ecompare
elementary
type-base
type-special
Public Vars
kigubkur.matfun.inverse
xys
(require '[kigubkur.mfun.inverse :as inv])
=> (def M [[1 1 2 9][2 4 -3 1][3 6 -5 0]])