You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the BSE implements the Hashimoto et al method of dropping free primitives from contracted functions. However, one can go even further. Davidson's method / P-orthogonalization by Frank Jensen can be used to transform a generally contracted set into segmented contractions, which might be useful to have in the BSE.
However, these methods require floating point operations, so the resulting sets will not look the same as the original ones.
The text was updated successfully, but these errors were encountered:
Currently the BSE implements the Hashimoto et al method of dropping free primitives from contracted functions. However, one can go even further. Davidson's method / P-orthogonalization by Frank Jensen can be used to transform a generally contracted set into segmented contractions, which might be useful to have in the BSE.
However, these methods require floating point operations, so the resulting sets will not look the same as the original ones.
The text was updated successfully, but these errors were encountered: