LightJason - AgentSpeak(L++)
Package org.lightjason.agentspeak.action.builtin.math.blas.matrix

Classes

class  CAssign
 assigns a value or matrix to all elements. More...
 
class  CColumn
 returns a single column of a matrix. More...
 
class  CColumns
 returns the column number of a matrix. More...
 
class  CColumnSum
 returns the column-sum of a matrix. More...
 
class  CCondition
 returns the condition of a matrix. More...
 
class  CCopy
 returns a copy of the matrix. More...
 
class  CCreate
 creates a dense- or sparse-matrix. More...
 
class  CDeterminant
 returns the determinant of a matrix. More...
 
class  CDiagonal
 returns a diagonal matrix. More...
 
class  CDimension
 returns the dimension (rows / columns) of a matrix. More...
 
class  CEigen
 creates the real eigenvalues and eigenvectors of a matrix. More...
 
class  CGet
 returns a single element of a matrix. More...
 
class  CGraphLaplacian
 creates the graph laplacian. More...
 
class  CIdentity
 returns the identity matrix. More...
 
class  CInfinityNorm
 returns the infinitiy-norm of a matrix. More...
 
class  CInvert
 inverts the matrix. More...
 
class  CMatrixNorm
 returns the frobenius- / matrix-norm of a matrix. More...
 
class  CNonZero
 returns the number of non-zero cells. More...
 
class  CNormalizedGraphLaplacian
 creates the normalized graph laplacian. More...
 
class  COneNorm
 returns the one-norm of a matrix. More...
 
class  CParse
 creates a dense- or sparse-matrix from a string. More...
 
class  CPerronFrobenius
 calculates the largest eigenvector with perron-frobenius theorem. More...
 
class  CPower
 returns the matrix power. More...
 
class  CRank
 rank of the matrix. More...
 
class  CRow
 returns a single row of a matrix. More...
 
class  CRows
 returns the row number of a matrix. More...
 
class  CRowSum
 returns the row-sum of a matrix. More...
 
class  CSet
 set a single element of a matrix. More...
 
class  CSingularValue
 creates the singular value decomposition of a matrix. More...
 
class  CSolve
 solver of matrix-equation. More...
 
class  CSubMatrix
 returns a submatrix. More...
 
class  CSum
 returns sum of a matrix. More...
 
class  CToList
 converts a matrix rowise to a list. More...
 
class  CTrace
 creates the trace of the matrix. More...
 
class  CTranspose
 transpose a matrix. More...
 
class  CTwoNorm
 returns the two-norm of a matrix. More...