Skip to content

vector and matrix functions #11

@jbrezmorf

Description

@jbrezmorf

dot(a, b)
det(A) - determinent of matrix
norm(v) - l2 norm of vector or matrix
norm(v, exp) - lp norm
norm_max(v) ..
inv(A)
eye(n)
zero(n,m)
diag_mat(vec)
diag(mat)

reduction operations: sum, prod, mean, ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions