mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 06:00:45 +01:00
Most cosmetic
This commit is contained in:
parent
3358a77c7a
commit
55685b7cf5
@ -151,7 +151,6 @@ public:
|
|||||||
vstream(out._internal[i],in._internal[i]);
|
vstream(out._internal[i],in._internal[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
friend strong_inline void permute(iVector<vtype,N> &out,const iVector<vtype,N> &in,int permutetype){
|
friend strong_inline void permute(iVector<vtype,N> &out,const iVector<vtype,N> &in,int permutetype){
|
||||||
for(int i=0;i<N;i++){
|
for(int i=0;i<N;i++){
|
||||||
permute(out._internal[i],in._internal[i],permutetype);
|
permute(out._internal[i],in._internal[i],permutetype);
|
||||||
@ -213,6 +212,8 @@ public:
|
|||||||
|
|
||||||
iMatrix(const Zero &z){ *this = zero; };
|
iMatrix(const Zero &z){ *this = zero; };
|
||||||
iMatrix() =default;
|
iMatrix() =default;
|
||||||
|
iMatrix(scalar_type s) { (*this) = s ;};// recurse down and hit the constructor for vector_type
|
||||||
|
|
||||||
/*
|
/*
|
||||||
iMatrix(const iMatrix<vtype,N> ©me)=default;
|
iMatrix(const iMatrix<vtype,N> ©me)=default;
|
||||||
iMatrix(iMatrix<vtype,N> &©me)=default;
|
iMatrix(iMatrix<vtype,N> &©me)=default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user