Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
linalg.py File Reference

Classes

class  Cope.experimental.linalg.Space
 

Namespaces

namespace  Cope
 
namespace  Cope.experimental
 
namespace  Cope.experimental.linalg
 

Functions

def Cope.experimental.linalg.matrix (string, rows=None, cols=None, cp=False, np=False, immutable=False, verbose=False)
 
def Cope.experimental.linalg.combineMatricies (*mats)
 
def Cope.experimental.linalg.columnspace (M)
 
def Cope.experimental.linalg.eigenspaces (mat)
 
def Cope.experimental.linalg.convert2Equs (mat, vars)
 
def Cope.experimental.linalg.isSimilar (*args)
 
def Cope.experimental.linalg.steadyState (stochastic, accuracy=10000000000000, verbose=False)
 
def Cope.experimental.linalg.randMarkovState (rows, balanced=True, np=False)
 
def Cope.experimental.linalg.isOrthogonal (*vects, innerProduct=None)
 
def Cope.experimental.linalg.vectorLength (v)
 
def Cope.experimental.linalg.EuclideanDist (u, v)
 
def Cope.experimental.linalg.manhattanDist (a, b)
 
def Cope.experimental.linalg.minkowskiDist (a, b, p)
 
def Cope.experimental.linalg.orthonormalize (orthogonalSet)
 
list Cope.experimental.linalg.splitVector ('Matrix' y, 'Space' W, innerProduct=None)
 
'(vector in W, vector in W⟂)' Cope.experimental.linalg.project ('Matrix' y, 'Space' W, innerProduct=None)
 
def Cope.experimental.linalg.normalizePercentage (p, error='Percentage is of the wrong type(int or float expected)')