I want to have a type simplexPoints, where the instances of this type are points on the n-dimensional simplex. Hence, I need to ensure that the sum of all vector entries equals one, and all weights are positive. Also, these instances should not be manipulable, such that one can not manually change entries such that the constraints are not fulfilled anymore. What would be the best implementation?
- [julia-users] create a type for points on n-dimensional ... Christian Groll
- Re: [julia-users] create a type for points on n-dim... Tim Holy
- Re: [julia-users] create a type for points on n... Christian Groll
- Re: [julia-users] create a type for points ... John Myles White
- Re: [julia-users] create a type for points ... Steven G. Johnson
- Re: [julia-users] create a type for poi... Christian Groll
- [julia-users] Re: create a type for points on n-dim... andrew cooke
- [julia-users] Re: create a type for points on n... andrew cooke
- [julia-users] Re: create a type for points ... Christian Groll
