Source code for runlmc.linalg.identity
# Copyright (c) 2016, Vladimir Feinberg
# Licensed under the BSD 3-clause license (see LICENSE)
import numpy as np
from .matrix import Matrix
from ..util.docs import inherit_doc
# TODO(test)
# Copyright (c) 2016, Vladimir Feinberg
# Licensed under the BSD 3-clause license (see LICENSE)
import numpy as np
from .matrix import Matrix
from ..util.docs import inherit_doc
# TODO(test)