Skip to content

Commit adc39f8

Browse files
committed
chore: hide Nx.LinAlg.LU module
1 parent 9ab4a26 commit adc39f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nx/lib/nx/lin_alg/lu.ex

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
defmodule Nx.LinAlg.LU do
2+
@moduledoc false
23
import Nx.Defn
34

45
defn lu(a, opts \\ []) do

0 commit comments

Comments
 (0)