Project

General

Profile

Design #1467

Updated by John Abbott almost 4 years ago

Currently to apply a RingHom to the entries of a matrix or a C++ vector we must use the fn *@apply@*.

Is it better to use simpler notation where the RingHom can be applied directly: _e.g._ @phi(M)@ or @phi(v)@? $phi(v)@?

Pros and cons? Opinions?

Relevant source file is @apply.H@

Back