Exemple #1
0
        internal static GMacValueMultivector CreatePseudoScalar(GMacFrameMultivector mvType, MathematicaScalar coef)
        {
            var mvCoefs = GaMultivector.CreatePseudoScalar(mvType.ParentFrame.GaSpaceDimension, coef);

            return(new GMacValueMultivector(mvType, mvCoefs));
        }