-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mapping.NonLinear] A base class for (almost) all non linear mappings (…
…#5006) * Introduce base class for non-linear mappings * refactor DistanceFromTargetMapping * refactor DistanceMapping * refactor SquareDistanceMapping * refactor SquareMapping * delegate on updateK * K can be private * factorize baseMatrix * baseMatrices can be private * rename base class * rename files * fix * second fix * unused variables * rename private members * change protected member
- Loading branch information
Showing
19 changed files
with
651 additions
and
959 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.