Uses of Class
org.episteme.core.mathematics.geometry.Vector4D
Packages that use Vector4D
Package
Description
-
Uses of Vector4D in org.episteme.core.mathematics.geometry
Fields in org.episteme.core.mathematics.geometry declared as Vector4DMethods in org.episteme.core.mathematics.geometry that return Vector4DMethods in org.episteme.core.mathematics.geometry with parameters of type Vector4D -
Uses of Vector4D in org.episteme.natural.physics.classical.waves.electromagnetism
Methods in org.episteme.natural.physics.classical.waves.electromagnetism with parameters of type Vector4DModifier and TypeMethodDescriptionReal[][]MaxwellProvider.computeTensor(Vector4D point) double[][]MaxwellProvider.computeTensorDouble(Vector4D point) float[][]MaxwellProvider.computeTensorFloat(Vector4D point) -
Uses of Vector4D in org.episteme.natural.physics.classical.waves.electromagnetism.field
Methods in org.episteme.natural.physics.classical.waves.electromagnetism.field with parameters of type Vector4DModifier and TypeMethodDescriptionComputes the electromagnetic field at a given point in spacetime. -
Uses of Vector4D in org.episteme.natural.physics.classical.waves.electromagnetism.providers
Methods in org.episteme.natural.physics.classical.waves.electromagnetism.providers with parameters of type Vector4DModifier and TypeMethodDescriptionReal[][]MulticoreMaxwellProvider.computeTensor(Vector4D point) double[][]MulticoreMaxwellProvider.computeTensorDouble(Vector4D point) float[][]MulticoreMaxwellProvider.computeTensorFloat(Vector4D point) -
Uses of Vector4D in org.episteme.natural.physics.relativity
Subinterfaces with type arguments of type Vector4D in org.episteme.natural.physics.relativityModifier and TypeInterfaceDescriptioninterfaceInterface representing a metric tensor field in spacetime.Methods in org.episteme.natural.physics.relativity with parameters of type Vector4DModifier and TypeMethodDescriptionbooleanbooleanbooleanKerrMetric.containsPoint(Vector4D p) default booleanSpacetimeMetric.containsPoint(Vector4D point) default RealCalculates approximate spacetime interval using metric at midpoint.SpacetimeMetric.getChristoffelSymbols(Vector4D point) Default implementation returns null.KerrMetric.getMetricTensor(Vector4D point) SchwarzschildMetric.getMetricTensor(Vector4D point) SpacetimeMetric.getMetricTensor(Vector4D point) Calculates the covariant metric tensor $g_{\mu\nu}$ at the given event coordinates.