Changed the function name "cofactors" to "cof" and propagated the function

through the field algebra.
This commit is contained in:
henry
2008-11-14 16:02:47 +00:00
parent 1b843a3ce5
commit a622a9a0ec
23 changed files with 57 additions and 22 deletions

View File

@ -46,6 +46,7 @@ UNARY_FUNCTION(symmTensor, symmTensor, twoSymm, transform)
UNARY_FUNCTION(symmTensor, symmTensor, dev, transform)
UNARY_FUNCTION(symmTensor, symmTensor, dev2, transform)
UNARY_FUNCTION(scalar, symmTensor, det, transform)
UNARY_FUNCTION(symmTensor, symmTensor, cof, cof)
UNARY_FUNCTION(symmTensor, symmTensor, inv, inv)