mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
Augmentation epsilon function
This commit is contained in:
parent
0cf908ee13
commit
73500f4931
@ -112,6 +112,7 @@ end
|
||||
length(X::GroupAlgebraElement) = length(X.coefficients)
|
||||
size(X::GroupAlgebraElement) = size(X.coefficients)
|
||||
norm(X::GroupAlgebraElement, p=2) = norm(X.coefficients, p)
|
||||
ɛ(X::GroupAlgebraElement) = sum(X.coefficients)
|
||||
|
||||
rationalize{T<:Integer, S<:Number}(::Type{T}, X::GroupAlgebraElement{S};
|
||||
tol=eps(S)) =
|
||||
|
Loading…
Reference in New Issue
Block a user