This function parses the Load Matrix and returns a list
of Load objects
Note: span/member numbering converted to base-0 here
- Parameters:
LM (List[List[Union[int, float]]]) – The user-defined LoadMatrix
- Returns:
loads – A list of Load objects
- Return type:
List[Load]