/// <summary> /// Retrieves the full six element state vector for the element with id <paramref name="elementId"/>. /// No index checking is performed for performance reasons. /// </summary> /// <param name="elementId">Id of the element.</param> /// <returns>Full six element state vector.</returns> public Vector <double> GetStateVectorForId(int elementId) => CreateVector.WithStorage <double>(storages[elementId]);