fips.Matrix.from_file# classmethod Matrix.from_file(path)# Load object from a pickle file. Parameters: path (str or Path) – File path to load from. Returns: The unpickled object. Return type: object